--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 46872209d61c380ec8b542dd8b3486fb72d867ca
Parents : c8a014b
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-04T00:08:50-06:00
chore(eslint): update ignore patterns to exclude additional directories and files
Changes
Diff
diff --git a/eslint.config.mjs b/eslint.config.mjs
index 140c2b24..55bd131b 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -9,6 +9,10 @@ export default [
"**/node_modules/**",
"**/dist/**",
"**/build/**",
+ "**/out/**",
+ "**/android/**",
+ "**/MagicMock/**",
+ "**/reticulum_meshchatx.egg-info/**",
"**/electron/assets/**",
"**/meshchatx/public/**",
"**/meshchatx/src/frontend/public/**",
@@ -26,7 +30,6 @@ export default [
"**/*.wasm",
"**/*.proto",
"**/tests/**",
- "**/tests/frontend/**",
"**/.pnpm-store/**",
],
},
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────